Quadratic growth

In mathematics, a function or sequence is said to exhibit quadratic growth when its values are proportional to the square of the function argument or sequence position, in the limit as the argument or sequence position goes to infinity. That is, in big Theta notation, f(x)=\Theta(x^2).

Examples of quadratic growth include

Note:

In plain and simple English, quadratic growth is growth where the rate of change changes at a constant rate. For example, if you add 3 the first time, then you add 3.5 the next time, and 4 the time after that, that is quadratic growth. In this case, you added 0.5 to your rate of change each time.

See also